﻿.coupon-on-trigger-button {
    background-color: #26a469;
    color: white;
    padding: 16px 30px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .coupon-on-trigger-button:hover {
        background-color: #1e8a56;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

.coupon-on-overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .coupon-on-overlay-container.active {
        opacity: 1;
        visibility: visible;
    }

.coupon-on-overlay-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1001;
}

    .coupon-on-overlay-text h2 {
        color: rgba(255, 255, 255, 0.2);
        font-size: 5vw;
        font-weight: 900;
        white-space: nowrap;
       
        width: 100%;
        text-align: center;
    }

.coupon-on-overlay-heading-1 {
    position: absolute;
    top: 25%;
    color: rgba(255,255,255,0.61) !important;
}

.coupon-on-overlay-heading-2 {
    position: absolute;
    top: 45%;
}

/* Modal Styles */
.coupon-on-modal-container {
    display: flex;
    width: 650px;
    height: auto;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    z-index: 1002;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.coupon-on-overlay-container.active .coupon-on-modal-container {
    transform: scale(1);
}

/* Close Button */
.coupon-on-close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background-color: #6e6e6e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1004;
    transition: background-color 0.2s ease;
}

    .coupon-on-close-button:hover {
        background-color: #000000;
    }

    .coupon-on-close-button:before,
    .coupon-on-close-button:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 2px;
        background-color: white;
    }

    .coupon-on-close-button:before {
        transform: rotate(45deg);
    }

    .coupon-on-close-button:after {
        transform: rotate(-45deg);
    }

/* Left Section */
.coupon-on-offer-section {
    width: 60%;
    background-color: #238A64;
    color: white;
    padding: 35px 25px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.coupon-on-header {
    margin-bottom: 20px;
}

    .coupon-on-header h2 {
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        font-family: 'Inter';
        margin-bottom: 5px;
    }

.coupon-on-amount {
    align-items: center;
    background-position: center;
    background-size: cover;
    /* background-color: white; */
    width: 60%;
    padding: 4px 16px;
    margin-bottom:1rem;
    position: relative;
}
.all-mil-text {
    color: var(--Primary-40, #FF5E18);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: monospace
}

.coupon-on-amount h1 {
    color: #525252;
        font-family: revert;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    /* margin: 0; */
    letter-spacing: -2px;
}
.coupon-on-cta-button span {
    color: #FFF;
        font-family: revert;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 136.754%; 
    text-transform: lowercase;
}
.new-all-unlock {
    border-radius: 13px;
    padding: 21px 10px;
    margin-top: 1.5rem;
    border: 1px dashed rgba(255, 255, 255, 0.90);
    background: rgba(255, 255, 255, 0.13);
}


.coupon-on-coupon:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    width: 10px;
    background-size: 10px 10px;
    background-image: radial-gradient(circle at 5px 5px, white 2px, transparent 0);
}

.coupon-on-instructions {
    color: rgba(255, 255, 255, 0.71);
        font-family: revert;
    font-size: 14px;
    padding: 0px 10px;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    line-height: 116%; /* 20.88px */
    text-transform: lowercase;
}

.coupon-on-instructions-on {
    color: #fff;
        font-family: revert;
    margin-top: 0.5rem;
    font-size: 14px;
    padding: 0px 10px;
    margin-bottom: 0.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 116%; /* 20.88px */
    text-transform: lowercase;
}

.on-mod-part {
    padding: 5px 53px 4px 3px;
}

.coupon-on-cta-button {
    background-color: #ff5722;
    color: white;
    border: none;
    padding: 5px 15px;
    margin: 0px 10px;
    /* border-radius: 5px; */
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    font-size: 16px;
    text-align: center;
}
.coupon-on-step-inner {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    z-index: 3;
}
.progress-fill-third{
   
}
.coupon-on-progress {
    margin-top: auto;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 2rem;
}



.coupon-on-progress-bar {
    flex-grow: 1;
    height: 18px;
    background-color: #fff;
    border-radius: 25px;
    position: relative;
}

.coupon-on-progress-bar-medium {
    flex-grow: 0.4;
}

.coupon-on-progress-bar-small {
    flex-grow: 0.6;
}

.coupon-on-progress-icon {
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.coupon-on-additional-info {
    color: #FFF;
        font-family: revert;
    font-size: 12px;
    font-style: normal;
    padding: 0px 10px;
    font-weight: 300;
    
    line-height: 116%;
}


.progress-fill-first {
    width: 50%;
}

.progress-fill-second {
    width: 20%;
}

.progress-fill-third {
    width: 0%;
}

.coupon-on-step {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.coupon-on-progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(90deg, #8BC34A, #CDDC39);
    border-radius: 30px;
}
.tooltip-progress {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(2px);
    color: #999;
    padding: 4px 18px;
    position: absolute;
    top: -2rem;
    font-family: 'Inter';
    white-space: nowrap;
    left: -1rem;
    /* transform: translateX(-50%); */
    font-size: 10px;
    z-index: 10;
}

    .tooltip-progress::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
      
        transform: translateX(-50%);
        border-width: 4px;
        border-style: solid;
        border-color: white transparent transparent transparent;
    }
.coupon-on-progress-steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
}

.coupon-on-step {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

/* Right Section */
.coupon-on-details-section {
    width: 40%;
    padding: 30px;
}

.coupon-on-wallet-header {
    
    margin-bottom: 20px;
}

.coupon-on-wallet-icon {
    width: 24px;
    height: 24px;
    background-color: #26a469;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.coupon-on-wallet-title {
    font-size: 14px;
    margin-top: 1rem;
    font-family: 'Inter';
    font-weight: 400;
}

.coupon-on-wallet-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    /* font-family: "Space Grotesk"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Inter';
}

.coupon-on-wallet-total {
    font-weight: 600;
}

.coupon-on-wallet-amount {
    color: #26a469;
}

.coupon-on-user-label {
    display: inline-block;
    /* background-color: #E3F2FD; */
    color: #2196F3;
    color: #000;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: system-ui;
    margin: 1.5rem auto;
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.coupon-on-wallet-cta {
    background-color: #ff5722;
    color: white;
    border: none;
    padding: 9px 15px;
    border-radius: inherit;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Inter';
    width: 100%;
    z-index: 5;
    position: relative;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .coupon-on-wallet-cta:hover {
        background-color: #e64a19;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    .coupon-on-wallet-cta:active {
        transform: translateY(2px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
        transition: transform 0.1s ease, box-shadow 0.1s ease;
    }

/* Tooltip styling */
.coupon-on-wallet-cta {
    position: relative;
}

    .coupon-on-wallet-cta::before {
        content: "Click to unlock your $300 bonus credit!";
        position: absolute;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
        max-width: 200px;
        padding: 8px 12px;
        border-radius: 6px;
        background-color: #333;
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        text-align: center;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
        transform: translateX(-50%) translateY(10px);
        z-index: 10;
        pointer-events: none;
        font-family: 'Inter', sans-serif;
        line-height: 1.4;
        white-space: normal;
    }

    .coupon-on-wallet-cta::after {
        content: "";
        position: absolute;
        bottom: 125%;
        left: 50%;
        margin-bottom: -8px;
        margin-left: -6px;
        border-width: 6px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        pointer-events: none;
    }

    .coupon-on-wallet-cta:hover::before,
    .coupon-on-wallet-cta:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .coupon-on-wallet-cta:hover::before {
        transform: translateX(-50%) translateY(0);
    }


.discount-new-tooltip::before {
    content: "Click now and claim your exclusive $300 reward!";
    font-weight: 500;
    background: linear-gradient(135deg, #333 0%, #222 100%);
    border-left: 3px solid #ff5722;
}

/* Person Image */
.coupon-on-person-container {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 120px;
    height: 180px;
    z-index: 2;
}

.coupon-on-person-image {
    width: 200px;
    position: absolute;
    bottom: 0;
    right: -7rem;
    z-index: 2;
    /* height: 200px; */
    object-fit: cover;
}


/*Comfirmation Modal*/


.mod-confirmation-trigger-btn {
    background-color: #1a866b;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .mod-confirmation-trigger-btn:hover {
        background-color: #136e57;
    }

.mod-confirmation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.72);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
}

    .mod-confirmation-overlay.mod-confirmation-active {
        opacity: 1;
        visibility: visible;
    }

.mod-confirmation-modal {
    background-color: white;
    width: 100%;
    max-width: 422px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    transition: transform 0.4s ease-out;
}

.mod-confirmation-overlay.mod-confirmation-active .mod-confirmation-modal {
    transform: translateY(0);
}

.mod-confirmation-header {
    background-color: #1a866b;
    padding: 40px 20px 20px;
    text-align: center;
    color: white;
    position: relative;
}

.mod-confirmation-circle img {
    background-color: #1a866b;
    padding: 11px;
    width: 73px;
    height: 65px;
    object-fit: contain;
    border-radius: 50%;
}

.mod-confirmation-party-icon {
    width: 40px;
    height: 40px;
    fill: #ffdb58;
}

.mod-confirmation-title {
    margin-top: 10px;
    
}

.mod-confirmation-congrats {
    color: #235845;
        font-family: revert;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mod-confirmation-subtitle {
    color: #235845;
        font-family: revert;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mod-confirmation-body {
    padding: 36px 44px;
    line-height: 1.6;
}

.mod-confirmation-total {
    color: #238A64;
        font-family: revert;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
}

.mod-confirmation-footer {
    background: #238A64;
    padding: 35px 44px;
    color: white;
    margin-top:1.5rem;
}

.mod-confirmation-footer-text {
    margin-bottom: 20px;
    color: #FFF;
        font-family: revert;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.mod-confirmation-highlight {
    color: #FFF;
        font-family: revert;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Base Button Style */
.mod-confirmation-explore-btn {
    background-color: white;
    color: #1a866b;
    border: none;
    padding: 12px 20px;
    border-radius: 2px;
    margin: 0;
    font-family: revert;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s;
    position: relative; /* Important for tooltip positioning */
}

    .mod-confirmation-explore-btn:hover {
        background-color: #f0f0f0;
    }

    /* Tooltip Style */
    .mod-confirmation-explore-btn::before {
        content: "Discover amazing travel destinations!";
        position: absolute;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
        max-width: 200px;
        padding: 8px 12px;
        border-radius: 6px;
        background-color: #333;
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        text-align: center;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
        transform: translateX(-50%) translateY(10px);
        z-index: 10;
        pointer-events: none;
        font-family: 'Inter', sans-serif;
        line-height: 1.4;
        white-space: normal;
        border-left: 3px solid #1a866b; /* Added the border-left style */
    }

    /* Tooltip Arrow */
    .mod-confirmation-explore-btn::after {
        content: "";
        position: absolute;
        bottom: 125%;
        left: 50%;
        margin-bottom: -8px;
        margin-left: -6px;
        border-width: 6px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        pointer-events: none;
    }

    /* Show tooltip on hover */
    .mod-confirmation-explore-btn:hover::before,
    .mod-confirmation-explore-btn:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .mod-confirmation-explore-btn:hover::before {
        transform: translateX(-50%) translateY(0);
        background: linear-gradient(135deg, #333 0%, #222 100%);
        border-left: 3px solid #ff5722;
    }

.mod-confirmation-arrow {
    margin-left: 10px;
}

.mod-confirmation-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    color: white;
    padding: 0;
    height: 24px;
    background-color: #6e6e6e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1004;
    transition: background-color 0.2s ease;
}

    .mod-confirmation-close-btn:hover {
        opacity: 1;
    }

.mod-ur-wal {
    color: #7C7C7C;
        font-family: revert;
    margin:1rem auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%; /* 23.04px */
}

@media only screen and (min-width: 320px) and (max-width: 650px) {
    .coupon-on-overlay-text {
       
        display: none !important;
        
    }
    .coupon-on-wallet-cta {
        margin-left: 0.4rem;
    }
    .discount-new-tooltip::before {
        display: none;
    }

}
@media only screen and (min-width: 651px) and (max-width: 1080px) {
    .coupon-on-overlay-text {
        display: none !important;
    }

    .discount-new-tooltip::before {
        display: none;
    }

    .coupon-on-wallet-cta {
        
        margin-left: 1.2rem;
    }
}


/*Book promotion modal*/
.bpub-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    backdrop-filter: blur(5px);
}

    .bpub-modal-overlay.bpub-show {
        display: flex;
        opacity: 1;
    }

.bpub-modal-content {
    display: flex;
    position: relative;
    width: 680px;
    height: 440px;
    background: #fff;
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    transform: scale(0.8);
    transition: transform 0.4s ease-in-out;
}

.bpub-modal-overlay.bpub-show .bpub-modal-content {
    transform: scale(1);
}

/* Step Navigation */
.bpub-step {
    display: none;
    width: 100%;
    height: 100%;
}

    .bpub-step.bpub-active {
        display: flex;
    }

.bpub-back-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: clamp(0.875rem, 2vw, 0.6rem);
    cursor: pointer;
    font-weight: 400;
    font-family: 'Inter';
    z-index: 15;
    display: none;
    align-items: center;
    gap: 5px;
    margin:0;
    transition: all 0.3s ease;
}

    .bpub-back-btn:hover {
        background: #fff;
    }

    .bpub-back-btn.bpub-show {
        display: flex;
    }

/* Step 1 Styles */
.bpub-launching-banner {
    position: absolute;
    top: -7%;
    left: 3%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
    .bpub-launching-banner img {
        width: 185px;
    }

    .bpub-left-section {
        width: 60%;
        position: relative;
    }
.bpup-left-top {
    background: #1580B4;
    border-radius: 27px 0 0 0;
    padding: 1rem 1.6rem;
}

.bpub-right-section {
    width: 40%;
    background: #f8f9fa;
    position: relative;
    border-radius: 0px 27px 27px 0;
    overflow: hidden;
}

.bpub-right-images {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bpub-background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: clamp(0.875rem, 2vw, 1rem);
}

.bpub-foreground-img {
    position: absolute;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: bpub-rotate 15s linear infinite;
    z-index: 2;
    bottom: 9%;
    left: 8%;
}
.round-round-image {
    width: 85px;
    height: 85px;
}

@keyframes bpub-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bpub-tooltip-text {
    position: absolute;
    top: -12%;
    left: 2%;
    transform: translateY(-50%);
    background: #6e6e6e;
    color: #ffffff;
    border-left: 4px solid #d06306;
    padding: 4px 8px;
    font-family: 'Inter';
    border-radius: 4px;
    white-space: nowrap;
    font-size: clamp(0.75rem, 1vw, 1rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.bpub-foreground-img:hover .bpub-tooltip-text {
    opacity: 1;
}



.bpub-discount-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #333;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: clamp(0.7rem, 1.5vw, 0.75rem);
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 5;
}

.bpub-price-tag {
    position: absolute;
    top: 120px;
    right: -20px;
    background: #E74C3C;
    color: #fff;
    padding: 12px 20px;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: bold;
    transform: rotate(15deg);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
    border-radius: 8px;
    z-index: 5;
}

.bpub-heading {
    font-size: clamp(1.25rem, 3vw, 1.6rem);
    line-height: normal;
    font-weight: bold;
    margin: 0;
    font-family: Inter;
    color: #FFF;
}
.bpup-ff-text {

    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.bpub-blue-text {
    font-weight: 700;
    text-transform:uppercase;
}

.bpub-grey-text {
    color: rgba(255, 255, 255, 0.59);
    font-weight: 700;
}
.bpup-in-text {
    font-weight: 300;
}

.bpub-graduation-icon {
    display: inline-block;
    margin-left: 5px;
    font-size: 1.2em;
}
.bpub-graduation-icon img{
    width: 50px;
}

.bpub-subheading {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    color: #FFD166;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
}

.bpub-subtitle {
    font-size: clamp(0.675rem, 2vw, 0.8rem);
    color: #F8F8F8;
    font-family: Inter;
    font-style: normal;
    line-height: normal;
    font-weight: 200;
    margin-bottom: 10px;
}

.bpub-boldpara {
    font-size: clamp(0.675rem, 1.6vw, 0.7rem);
    margin-bottom: 8px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    font-family: 'Inter';
}

.bpub-description {
    font-size: clamp(0.6125rem, 1.8vw, 0.7375rem);
    line-height: 1.4;
    color: #E6F3FF;
    font-family: 'Inter';
    font-weight: 200;
    margin:0;
}
.bpub-includes-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.bpub-includes-item {
    display: flex;
    flex: 1;
    padding: 0 6px;
    min-width: 100px;
}

.bpub-includes-icon {
    color: #f7931e;
    font-size: 1rem;
    margin-bottom: 4px;
}

.bpub-includes-text {
    font-size: 12px;
    color: #959595;
    font-family: Inter;
    font-weight:400;
    letter-spacing: -0.32px;
    margin: 0;
    line-height: normal;
}

.bpub-divider {
    width: 1px;
    height: 40px;
    background-color: #e0e0e0;
}


.bpub-interested-btn {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    color: #fff;
    border: none;
    padding: 12px 14px;
    font-size: clamp(0.675rem, 2vw, 0.8rem);
    font-weight: 600;
    border-radius: 0;
    font-family: 'Inter';
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
    align-self: flex-start;
}

    .bpub-interested-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(255, 107, 53, 0.4);
    }

/* Step 2 Styles - Gallery */
.bpub-gallery-container {
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    background: #f8f9fa;
    border-radius: 27px;
}

.bpub-gallery-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.bpub-gallery-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .bpub-gallery-grid::-webkit-scrollbar {
        display: none;
    }

.bpub-gallery-item {
    position: relative;
    border-radius: 10px;
    flex: 0 0 37%;
    min-width: 38%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: clamp(0.75rem, 1.5vw, 0.875rem);
    text-align: center;
    transition: all 0.3s ease;
}
    .bpub-gallery-item img{
        width:100%;
    }

    .bpub-gallery-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(61 60 60 / 70%);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 1;
        border-radius: 10px;
    }

    .bpub-gallery-item:hover::before {
        opacity: 1;
    }

    .bpub-gallery-item::after {
        content: '🔍View Full Page';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: clamp(0.7rem, 1.5vw, 0.8rem);
        text-align: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 2;
        padding: 5px;
    }

    .bpub-gallery-item:hover::after {
        opacity: 1;
    }

/* Step 3 Styles */
.bpub-step3-container {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.hard-cover-book {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width:200px;
}


.bpub-step3-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 20px;
}

.bpub-step3-content {
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.6;
    max-width: 400px;
}

/* Expanded Image Overlay */
.bpub-expanded-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .bpub-expanded-overlay.bpub-show {
        display: flex;
        opacity: 1;
    }

.bpub-expanded-image {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.bpub-expanded-overlay.bpub-show .bpub-expanded-image {
    transform: scale(1);
}

.bpub-open-modal-btn {
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

    .bpub-open-modal-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(74, 144, 226, 0.4);
    }

.bpub-close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    z-index: 15;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

    .bpub-close-icon:hover {
        background: #fff;
        transform: scale(1.1);
    }

.inner-bpup-part {
    background-position: center;
    background-size: cover;
    height: 441px;
}
#bpubExpandedImage{
    background:white;
}
.mba-book-title {
    font-size: 1rem;
    font-weight: bold;
}
.mba-book-title-new{
    display:none;
}




.twofo-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.twofo-modal-content {
    background: #fff;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
    position: relative;
    text-align: center;
}
.two-fo-celebrate-label {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin:0;
}
.twofo-special-text {
    color: #393939;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 33px;
    margin:0;

}
.two-fo-anniversary-number {
    color: #0347AE;
    font-family: "Abril Fatface";
    font-size: 4rem;
    font-size: clamp(5.6rem, 4vw, 6rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.fefo-lo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.two-fo-duration-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 105px;
    height: 0.3px;*/ /* thickness of the line */
    /*background: linear-gradient(90deg, #0C51C8 0%, #FFF 100%);
}*/
.two-fo-duration-text {
    color: #0173EE;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 0.2px solid;
}
.two-fo-booking-info {
    color: #084EB8;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 0.2px solid;
}
    /*.two-fo-booking-info::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 105px;
        height: 0.3px;*/ /* thickness of the line */
        /*background: linear-gradient(90deg, #0C51C8 0%, #FFF 100%);
    }*/

.twofo-close-modal {
    position: absolute;
    top: 10px;
    right: 47px;
    font-size: 21px;
    cursor: pointer;
    color: #dbdbdb;
}
.twofo-close-terms {
    position: absolute;
    top: 10px;
    right: 47px;
    font-size: 21px;
    cursor: pointer;
    color: #dbdbdb;
}

.fe-fo-de {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 40px; */
    font-family: 'Inter', sans-serif;
}

.deal-start, .deal-end {
    display: flex;
    flex-direction: column;
}

.deal-label {
    font-size: 10px;
    font-weight: 500;
    color: #666;
    margin-bottom: 4px;
}

.deal-date {
    font-size: 14px;
    font-weight: 700;
    color: #395DCE; /* blue color for date */
}

.divider-fefo {
    width: 1px;
    background-color: #ccc;
    height: 40px;
}


.twofo-top-image {
    width: 100%;
    display: block;
    margin: 0.7rem auto;
}
.all-top-two-ff-part{
    position:relative;
}

.twofo-shadow-div {
    box-shadow: 8px 1px 17px 4px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 36px;
    bottom: -3px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    filter: blur(3px);
    position: absolute;
}


.twofo-main-content {
    display: flex;
    padding: 0 31px;
    margin-top: 2rem;
}

.twofo-left {
    flex: 1;
    text-align: left;
}

.twofo-big-number {
    font-size: 50px;
    color: #007bff;
    margin: 0;
}
.two-fo-mid-divider {
    width: 0.5px;
    background: black;
    margin: 0 1.5rem;
    background: #D7D7D7;
}
.two-fo-deposit-info {
    color: #666;
    font-size: 12px;
}

.two-fo-terms-link {
    color: #2196f3;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

    .two-fo-terms-link:hover {
        color: #1976d2;
    }
.two-fo-tc-label {
    color: #e91e63;
    font-size: 12px;
}
.all-fefo-tc {
    display: flex;
    align-items: start;
    flex-direction: column;
    flex:1;
}

.twofo-right {
    flex: 1;
    text-align: left;
    padding-right: 1rem;
}

.twofo-divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 8px 0;
}

.twofo-footer {
    padding: 11px 26px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .twofo-footer a {
        color: #0451BB;
        font-weight: 600;
        font-size: 12px;
        font-family: 'Inter';
        text-decoration: underline;
    }

.twofo-mobile-view {
    display: none;
}
.twf-last-texts {
    color: #535862;
    font-family: Inter;
    font-size: 12px;
    line-height: 1.5;
    margin: 9px auto;
}
.twf-last-all-text {
    color: #535862;
    font-family: Inter;
    font-size: 12px;
    line-height: 1.5;
    margin: 9px auto;
}
.two-fo-validity-text {
    color: #CE1A43;
    font-weight: 400;
}

.onsecond-modal-terms {
    background: #fff;

    max-height: 80vh;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    text-align: left;
    z-index: 1003;
    overflow-y: auto;
}
    .onsecond-modal-terms::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

.tc-s25 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #111;
}
.tc-section {
    margin-bottom: 18px;
}
.tc-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}
.tc-text {
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
}

.all-web-tenty-five{
    width:100%;
}

.all-main-but-image {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
}
.all-two-ff-image{
    width:250px;
    object-fit:contain;
}
.tw-ff-icon-bg {
    background-position: center;
    background-size: contain;
    height: 200px;
    width: 270px;
    background-repeat: no-repeat;
    padding: 2rem 1.6rem;
}
.tw-ff-title {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 8px;
    margin: 0;
    color: white;
}
.tw-ff-offer-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tw-ff-deal-text {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
    font-family: 'Inter';
    margin: 0;
    line-height: normal;
}

.tw-ff-highlight {
    color: #FFD233; /* Yellow color from the image */
    font-weight: 700;
}

.tw-ff-sub-text {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
    font-family: 'Inter';
    line-height: normal;
    margin: 0;
}

.tw-ff-small-text {
    font-size: 10px;
    color: #FF919C;
    margin: 0;
}

.tw-ff-banner {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tw-ff-number {
    font-size: 80px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.tw-ff-years {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #d32f2f; /* Red Ribbon */
    padding: 4px 12px;
    border-radius: 20px;
    transform: rotate(-5deg);
}



.end-oat-all-top-two-ff-part {
    position: relative;
    border-radius: 8px;
}

.end-oat-twofo-top-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.end-oat-twofo-close-modal {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 30;
    background: rgba(255,255,255,0.85);
    border: none;
    font-size: 20px;
    line-height: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}


/* Countdown card styling */
.end-oat-countdown-card {
    position: absolute;
    right: 38px;
    bottom: -28px;
    z-index: 20;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    background: #0347ae;
    box-shadow: 0 8px 28px rgba(6, 24, 47, 0.2);
    padding: 6px 10px;
    display: flex;
    align-items: center;
}

.end-oat-countdown-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family:'Inter';
}

.end-oat-countdown-heading {
    font-weight: 700;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0.3px;
    /* flex: 1; */
    font-family: 'Inter';
}

.end-oat-countdown-sub {
    font-size: 11px;
    color: #475569;
    font-weight: 600;
    font-family: 'Inter';
}

.end-oat-timer {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    flex-wrap: nowrap;
}

.end-oat-time-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.end-oat-time-value {
    font-weight: 800;
    font-size: 12px;
    color: #ff2952;
    background: linear-gradient(180deg, #fff, #f6f7fb);
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #0c67f1;
    text-align: center;
    box-shadow: 0 2px 6px #9fdbe3, inset 0 -1px 0 rgba(255, 255, 255, 0.6);
}

.end-oat-time-label {
    font-size: 9px;
    color: #ffffff;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.end-oat-sep {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin-top: -1rem;
    opacity: 0.85;
}

.end-oat-cta {
    margin-top: 8px;
}

.end-oat-cta-btn {
    margin-top: 6px;
    display: inline-block;
    background: linear-gradient(90deg,#2563eb,#3b82f6);
    border: none;
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(59,130,246,0.22);
}
.end-oat-main {
    display: flex;
    text-align: start;
    align-items: start;
}


@media (min-width: 301px) and (max-width: 680px) {
    .coupon-on-amount {
        width: 100%;
        padding: 4px 16px;
        position: relative;
    }

    .coupon-on-header h2 {
        font-size: 15px;
        margin: 0;
        margin-bottom: 5px;
    }

    .coupon-on-amount h1 {
        font-size: 26px;
    }

    .coupon-on-instructions {
        font-size: 12px;
        padding: 0;
    }

    .coupon-on-person-container {
        display: none;
        height: 121px;
        z-index: 2;
    }

    .coupon-on-details-section {
        width: 100%;
        padding: 30px;
    }

    .coupon-on-offer-section {
        width: 100%;
        background-color: #238A64;
        color: white;
        padding: 10px 15px;
    }

    .coupon-on-modal-container {
        display: flex;
        width: 336px;
        flex-direction: column;
        height: auto;
        background-color: white;
        border-radius: 20px;
    }

    .coupon-on-wallet-header {
        margin-bottom: 4px;
    }

    .coupon-on-details-section {
        width: 100%;
        padding: 10px 27px;
    }

    .coupon-on-wallet-title {
        margin-top: 0rem;
    }

    .mod-confirmation-modal {
        background-color: white;
        width: 100%;
        max-width: 344px;
    }

    .mod-confirmation-body {
        padding: 17px 21px;
        line-height: 1.6;
    }

    .mod-confirmation-footer {
        padding: 17px 21px;
    }

    .mod-confirmation-congrats {
        font-size: 18px;
    }

    .mod-confirmation-subtitle {
        font-size: 18px;
    }

    .mod-confirmation-footer {
        padding: 28px 19px;
    }

    .mod-confirmation-circle img {
        background-color: #1a866b;
        padding: 11px 10px;
        width: auto;
        height: 65px;
        object-fit: contain;
        border-radius: 50%;
    }
    .bpub-modal-content {
        width: 98vw;
        height: 90vh;
        border-radius: 10px;
    }
    .bpub-gallery-container {
        padding: 20px 15px;
    }
    .bpub-expanded-image {
        width: 250px;
        height: 250px;
    }
    .bpub-modal-content {
        width: 100%;
        height: 100%;
        max-width: 487px;
        max-height: 600px;
    }
    .bpub-step {
        flex-direction: column;
        height: 100%;
    }
    .bpub-left-section {
        width: 100%;
        position: relative;
    }
    .main-sub-ibup{
        display:none;
    }
    .bpub-step3-container {
        background-position: top;
        background-size: contain;
        background-repeat:no-repeat;
    }
    .hard-cover-book {
        width: 152px;
    }
    .bpup-left-top {
        padding: 10px 20px;
        border-radius: 8px 10px 0 0;
    }
    .bpub-heading {
        font-size: clamp(1.05rem, 3vw, 1.5rem);
        display: flex;
        gap: 3px;
        margin-top:10px;
        flex-wrap: wrap;
    }
    .bpub-launching-banner img {
        width: 133px;
    }
    .bpub-graduation-icon img {
        width: 50px;
        display: none;
    }

    .bpub-right-section {
        width: 100%;
        overflow: visible;
    }
    .bpub-modal-overlay {
        align-items: start;

    }
    .inner-bpup-part {
        background-position: top;
        background-size: contain;
        height: 294px;
        position: relative;
        background-repeat: no-repeat;
    }
    .bpub-foreground-img {
        z-index: 2;
        top: -1%;
        right: 8%;
        bottom: auto;
        left: auto;
    }
    .bpub-right-section {
        border-radius: 0px 27px 27px;
    }
    .bpub-modal-overlay.bpub-show .bpub-modal-content {
        transform: scale(0.9);
    }
    .bpub-launching-banner {
        position: absolute;
        top: -2%;
       
    }
    .mba-book-title {
        display: block;
        margin: 0;
        color: royalblue;
    }
    .mba-book-title-new {
        display: block;
    }
    .mba-book-title-new {
        display: block;
        margin: 0;
        font-size: 21px;
        color: royalblue;
        font-family: 'Inter';
        position: absolute;
        font-weight: 600;
        /* text-align: right; */
        top: 21%;
    }

    #twofo-desktop-modal {
        display: none !important;
    }

    .twofo-mobile-view {
        display: block;
    }
    .all-two-ff-image {
      display:none;
    }
    .all-main-but-image{
        display:none;
    }


}

@media (min-width: 681px) and (max-width: 1080px) {
    .bpub-left-section {
        width: 100%;
        gap: 10px;
    }

    .bpub-right-section {
        width: 100%;
    }

    .bpub-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }


    .bpub-expanded-image {
        width: 300px;
        height: 300px;
    }
    .twofo-top-image {
        width: 100%;
        height: 179px;
    }
    .twofo-modal-content {
        background: #fff;
        width: 80%;
        max-width: 550px;
    }
    .twf-last-all-text {
        font-size: 11px;
        line-height: 1.5;
        margin: 0;
    }
    .twf-last-texts {
        font-size: 11px;
        margin: 4px auto;
    }
    .two-fo-anniversary-number {
        font-size: clamp(3.6rem, 4vw, 6rem);

    }
    .all-two-ff-image {
        width: 180px;
        object-fit: contain;
        border-radius: 8px;
        /* height: 257px; */
    }
}

.coup-one {
    flex: 1;
}

.bpub-checklist {
    list-style: none;
    padding: 0;
    padding-right:2rem;
    margin: 1rem auto;
}

    .bpub-checklist li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 8px;
    }

.bpub-check-icon {
    color: #00c853;
    font-size: clamp(15px, 2vw, 15px);
    /* margin-right: 10px; */
    line-height: 1.5;
}

.bpub-check-text {
    color: #ffffff;
}

.bpub-line {
    margin: 0;
    font-size: clamp(10px, 2vw, 12px);
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Inter';
}
.bpub-left-bottom {
    padding: 0.4rem 1.2rem;
    color: #6F6F6F;
    font-family: Inter;
    font-size: 18px;
}
.invi-part-text {
    color: rgba(255, 255, 255, 0.74);
}
.Hellowinmodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.5s ease;
}

/* Modal Box */
.Hellowinmodal {
    position: relative;
    background: url('/Content/offer/holloweenoffermodal.png') no-repeat center/cover;
    width: 550px;
    height: 500px;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    color: #fff;
    overflow: hidden;
    animation: scaleIn 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 85px;
    
}

/* Close Button */
.Hellowinclose-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: white;
    width: 36px;
    height: 36px;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

    .Hellowinclose-btn:hover {
        background: rgba(255, 255, 255, 0.4);
        transform: rotate(90deg);
    }


/* Offer Bar */
.Hellowinoffer-bar {
    display: flex;
    align-items: center;
    background: #ff5c1d;
    color: #fff;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 25px;
    position: relative;
}

    .Hellowinoffer-bar img {
        width: 45px;
        margin-left: 14px;
    }

/* Bottom Section */
.Hellowinbottom-section {
    color: #fff;
    text-align: left;
}

    .Hellowinbottom-section .Hellowindeal-end {
        font-size: 16px;
        margin-top: 6px;
    }

    .Hellowinbottom-section strong {
        color: #fff;
        font-weight: 700;
    }

.Hellowinexplore-btn {
    background: #ffbb33;
    color: #000;
    border: none;
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
}

    .Hellowinexplore-btn:hover {
        background: #ffd359;
        transform: scale(1.05);
    }

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.trigger-btn {
    padding: 14px 32px;
    background: #fff;
    color: #667eea;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

    .trigger-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(0,0,0,0.25);
    }

.black-fri-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 9999;
}

    .black-fri-modal-overlay.black-fri-show {
        opacity: 1;
        pointer-events: auto;
    }
.black-fri-modal {
    background: #fff;
    border-radius: 20px;
    width: 90%;
    max-width: 730px;
    padding: 20px 17px;
    text-align: center;
    transform: translateY(30px) scale(0.9);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    max-height: 93vh;
    overflow-y: auto;
    /* 🔥 Hide scrollbar — Chrome, Safari, Edge */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE + Edge */
}

    /* 🔥 Hide scrollbar — Chrome/Safari */
    .black-fri-modal::-webkit-scrollbar {
        display: none;
    }


.black-fri-modal-overlay.black-fri-show .black-fri-modal {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.black-fri-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

    .black-fri-close:hover {
        background: rgba(0, 0, 0, 0.1);
        transform: rotate(90deg);
    }

    .black-fri-close::before,
    .black-fri-close::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 2px;
        background: #333;
        border-radius: 2px;
    }

    .black-fri-close::before {
        transform: rotate(45deg);
    }

    .black-fri-close::after {
        transform: rotate(-45deg);
    }

.black-fri-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.black-fri-badge {
    display: inline-block;
    color: #1a5490;
    padding: 0;
    border-radius: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
}

.black-fri-heading {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 8px;
    color: #333;
    font-family: 'Brush Script MT', cursive;
    font-style: italic;
}

.black-fri-content {
    font-size: 15px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.6;
}

.black-fri-image-row {
    display: flex;
    gap: 2rem;
    /* height: auto; */
    justify-content: end;
    margin-top: 12px;
    margin-bottom: 25px;
    position: relative;
    justify-content: space-between;
    /* align-items: center; */
    margin-left: 2rem;
}
.black-stronger-text {
    color: #fefefe;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    margin: 14px auto;
}

.black-fri-img {
    width: 200px;
    height: 220px;
    border: none;
    background-position: center;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-size: cover;
    position: relative;
}
.inner-bann-image{
    position:absolute;
    bottom:0px;
    padding:10px;
    width:100%;
   
}
    .inner-bann-image p {
        background: linear-gradient(to bottom, #ffffff, #fffffffa, #f4f4f4ab);
        font-family: 'Inter';
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        border: 0.3px solid white;
        color: #000000;
        border-radius: 12px;
        padding: 6px 10px;
        text-transform: uppercase;
        text-align: start;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .inner-bann-image span {
        text-transform: none;
        color: #4f4f4f;
        letter-spacing: 0.2px;
        font-size: 10px;
    }

    .black-fri-img:first-child {
        border-radius: 100px 99px 0 0;
    }

    .black-fri-img:last-child {
        border-radius: 100px 99px 0 0;
    }

.black-fri-img-center {
    transform: scale(1.15);
    z-index: 2;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 100px 99px 0 0;
    margin: 0;
    height: 250px;
}


.black-fri-content-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

    .black-fri-content-row span {
        font-weight: 600;
        font-size: 14px;
        color: #FFF;
        white-space: nowrap;
        font-family: 'Inter', sans-serif;
    }

.black-fri-btn {
    background: #ffa726;
    color: white;
    padding: 12px 32px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 167, 38, 0.4);
    margin: 0;
    text-transform: uppercase;
    margin:10px auto;
}

    .black-fri-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 167, 38, 0.5);
        background: #ff9800;
    }

    .black-fri-btn:active {
        transform: translateY(0);
    }

.black-fri-bottom-text {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.black-fri-website {
    margin-top: 12px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}



@media (max-width: 600px) {
    .black-fri-modal {
        max-width: 95%;
    }

    .black-fri-heading {
        font-size: 26px;
    }

    .black-fri-content-wrapper {
        padding: 32px 24px 20px;
    }

    .black-fri-image-row {
        height: 140px;
    }
}





@media (max-width: 992px) {
    .Hellowinmodal {
        max-width: 700px;
        padding: 30px;
  
    }

    .Hellowinoffer-bar {
        font-size: 16px;
    }

    #hellotab{
        margin-bottom:10% !important;
    }



}

/* Responsive for Mobile */
@media (max-width: 600px) {
    .Hellowinmodal {
        max-width: 95%;
        padding: 25px;
        border-radius: 15% !important;
        background: url('/Content/offer/HalloweenOfferr.png') no-repeat center/cover;
        border: none !important;
        height: 650px !important;
    }


    .Hellowinoffer-bar {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        font-size: 15px;
        padding: 10px 16px;
    }

        .Hellowinoffer-bar img {
            margin-left: 0;
            margin-top: 8px;
            width: 40px;
        }

    .Hellowinexplore-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}